home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util2 / zipr40.zip / ZIPR40.ZPR / ZIPRN.REV < prev    next >
Text File  |  1979-11-30  |  39KB  |  966 lines

  1.              ZIP'R For DOS (Network/Multitasker) Revision History
  2.  
  3.  
  4. 06-12-93 ■ Version 4.0
  5.  
  6.            . Released ZIP'R v4.0 with version 2.0 of the ZIF Editor.
  7.            
  8.  
  9. 06-11-93 ■ Version 3.3  (Internal BETA Version.  Not Released.)
  10.  
  11.            . Eliminated slow screen drawing commands in the prelog
  12.              screen routines.  (The speed increase will be most 
  13.              noticeable when running under Windows.)
  14.  
  15.            . Revised prelog screen.  New screen eliminates unnecessary
  16.              information and presents the remaining information in a 
  17.              more visually appealing form.
  18.  
  19.            . Added installation program to automate the installation
  20.              process.  ZIP'R will now be distributed with the 
  21.              INSTALL.EXE and ZIPR??.BCF files only.
  22.              
  23.            . Updated registration number code.
  24.  
  25.            . Changed the location of the DontInterruptCompMessage
  26.              subroutine to eliminate the red flash prior to displaying
  27.              the query dialog box.
  28.  
  29.            . Removed hard-coded "C:" drive specification when ZIP'R 
  30.              exits.  Previously, ZIP'R would log to the root directory
  31.              of the C: drive.  Now, ZIP'R will log to the root 
  32.              directory of the drive on which ZIP'R was invoked.
  33.  
  34.            . Removed hard-coded "COMMAND.COM" references, and replaced
  35.              them with information gathered from the COMSPEC variable.
  36.              This should allow COMMAND.COM replacements, such as 
  37.              NDOS.COM and 4DOS.COM to operate correctly.
  38.  
  39.            . Removed dependence on the "System REM >" call to create
  40.              zero-length token files.  Now open a file and write
  41.              the filename to it.  (This method is faster, and
  42.              will not cause problems for NDOS, and possibly 4DOS.)
  43.  
  44.            . Created TK1FileName and TK2FileName variables to 
  45.              contain the full path to the token files.
  46.  
  47.            . Modified command-line parameter handling to automat-
  48.              ically load the ZIF Editor if no parameters are 
  49.              entered on the ZIP'R command line.
  50.  
  51.            . Enhanced the AlternateDIR feature of ZIP'R to allow
  52.              moving more than one level deep from the compressed
  53.              file.  This enhancement allows ZIP'R to be completely
  54.              compatible with the Alternate Compressed File Directory
  55.              feature of the new ZIF Editor.
  56.  
  57.            . Corrected a potential problem when reading .ZIF files.
  58.              A GoTo label was placed in an IF...Then loop, which 
  59.              could have caused problems.
  60.  
  61.            . Corrected a problem reading the "CompressedFileName="
  62.              entry in the new style .ZIF files.  (New style .ZIF
  63.              files contain the compressed file extension, and this
  64.              must be removed before passing to ZIP'R.)
  65.              
  66.            . Added code to read new style .ZIF files generated by
  67.              version 1.4 of the ZIF Editor.
  68.  
  69.            . Corrected a display problem where a long command line
  70.              would corrupt the error message screen.
  71.  
  72.            . Added new FieldLength variable and deleted other field-
  73.              specific length variables in the prelog subroutine.
  74.  
  75.            . Modified prelog screen to allow room for information
  76.              regarding Cluster Size, Accurate File Size Calculation,
  77.              and Sorted Extraction.
  78.  
  79.            . Improved the speed of the deleted file scanning 
  80.              routine by deleting all files and/or sub-directories 
  81.              at once, rather than one at a time.
  82.  
  83.  
  84. 05-02-93 ■ Version 3.2
  85.            
  86.            . Fixed problem with ZIP'R not deleting .TK4 and .TK5
  87.              files when using the "Update" option.
  88.            
  89.            . Added a check in case one of the .TK4 or .TK5 files
  90.              does not exist, to make sure that both files are 
  91.              deleted before returning from the subroutine.
  92.            
  93.            . Changed "Update Only" to "Update" on the Update nag
  94.              screen.
  95.  
  96.            . Added a check to make sure that the .TK4 and .TK5
  97.              files exist before scanning for deleted files.  This
  98.              prevents ZIP'R from displaying the "Scanning for
  99.              deleted files..." message when compressing a program
  100.              that was left in an uncompressed state.  (This can 
  101.              occur when using the "ZIP-Q-U" options, and choosing not 
  102.              to compress the program after exiting the first time.)
  103.            
  104.            . Added a check to make sure that the .ZIP file exists
  105.              before generating the .TK4 and .TK5 files.  This 
  106.              prevents PKUNZIP.EXE from generating an error 
  107.              message.
  108.            
  109.            . Added a jump to display the "Scanning for deleted
  110.              files..." message if more than one file/directory
  111.              was deleted from the .ZIP file.  This prevents the
  112.              message from scrolling off the screen.
  113.            
  114.            . Changed "Searching for deleted files..." message to 
  115.              "Scanning for deleted files...".
  116.            
  117.            . Changed message during the check for deleted files 
  118.              from "Compression in progress..." to "Searching for
  119.              deleted files...".
  120.  
  121.            . Added a 32-bit CRC check comparing the old and new
  122.              file lists.  If the two values match, do not check
  123.              individual files for deleted files/directories.
  124.  
  125.            . Added twirling bars to the "Compression in progress.
  126.              Do NOT interrupt!" screen.  This feature provides an
  127.              activity indicator during processing.
  128.            
  129.            . Fixed a bug in the "Update" routine that was 
  130.              causing ZIP'R to fail to delete a user-deleted file 
  131.              from the original .ZIP file.
  132.            
  133.            . Fixed a bug in "Update" routine that was deleting
  134.              the wrong files from the original .ZIP file.  (No data 
  135.              was lost, because PKZIP updated the missing files.)
  136.              
  137.            . Added error message if "-U" option is used with ARJ,
  138.              LHA, or SQZ.  (These programs do not yet perform 
  139.              the necessary list file creation.)
  140.            
  141.            . Added "Query" code to ARJ, LHA, and SQZ modules.
  142.            
  143.            . Fixed a problem with multiple accesses to a program
  144.              when the "Update" option was being used.  Since 
  145.              the .ZIP file is not deleted in this situation, the
  146.              second (or subsequent) copy of ZIP'R would try to 
  147.              decompress the file.  Added a check for a .U?? file
  148.              to prevent this from happening.
  149.            
  150.            . Added delay screen with pause when unregistered copies 
  151.              of ZIP'R use the "Update" feature.
  152.            
  153.            . Fixed problem with ZIP'R not deleting the original 
  154.              .ZIP file if the "Update" option was also selected.
  155.            
  156.            . Added "Query" feature to ZIP'R For DOS.  Adding "-Q" to
  157.              the type of compression field will prompt the user 
  158.              whether to re-compress the program after it is exited.
  159.            
  160.            . Reduced code size in ZIP and ARJ modules by combining
  161.              redundant character strings into variables.
  162.            
  163.            . Added code to clear the screen between .TK4 and .TK5 
  164.              creation routines.
  165.            
  166.            . Changed the name of ZIP'R to ZIP'R For DOS.
  167.            
  168.            . Combined .TK4 and .TK5 creation routines into a
  169.              single sub-routine.  (OldFileList and NewFileList)
  170.            
  171.            . Shortened PKZIP command lines to reduce code size.
  172.            
  173.            . Fixed a display problem when the "Update" code
  174.              deleted a file from an existing .ZIP file.
  175.            
  176.            . Fixed a bug when reading the temporary file list
  177.              files that would never find a deleted file.  (EOF
  178.              marker was always found immediately.)
  179.            
  180.            . Changed method of comparing old and new file lists 
  181.              from String Arrays to standard files.  Compiler 
  182.              problems caused String Arrays to be too unreliable.
  183.              This method is slower, but does not have a limit on
  184.              the number of files that can be handled.
  185.            
  186.            . Added code to suppress the deletion of the .ZIP file
  187.              after decompression if "-U" appears in the ZipType
  188.              entry on the command line.
  189.            
  190.            . Added support to read the "-U" (Update Only) option
  191.              from the command line.  
  192.            
  193.            . Preliminary testing on the "Update" code indicates
  194.              up to a ten-fold improvement in compression speed.  The
  195.              most improvement is achieved on directories containing
  196.              a small number of large files.  Improvements of about 25% 
  197.              are achieved on directories containing a large number of 
  198.              small files.  (Code optimization should be able to 
  199.              improve this even further.)
  200.            
  201.            . Corrected a problem in the "Update" code where data 
  202.              from the old and new file lists was not being transferred
  203.              to the arrays properly.  (This caused an erroneous 
  204.              mis-match between the two array lists.)
  205.            
  206.            . Fixed a bug in the "Update" code where reading a 
  207.              line that contained an EOF marker as the last character
  208.              would prematurely abort.  (The solution is to read the 
  209.              line before checking for the EOF marker.)
  210.            
  211.            . Preliminary coding begun for "Update" compression.
  212.            
  213.            . Updated internal registration information.
  214.            
  215.            . Improved the accuracy of the Conventional memory 
  216.              calculation on the prelog screen.  (This figure should
  217.              still be slightly low, depending on the size of 
  218.              COMMAND.COM and environment.
  219.  
  220.  
  221. 03-24-93 ■ Version 3.1
  222.            
  223.            . Added time stamp on all files to indicate the version
  224.              number.
  225.            
  226.            . Added code to create another random filename if the
  227.              file corresponding to the first filename created already 
  228.              exists.  This could happen if a directory became filled 
  229.              with undeleted signal files, or if another copy of ZIP'R
  230.              had created a file with the same name (very unlikely).
  231.            
  232.            . Changed ARJ compression and decompression command lines
  233.              to place all the options in the same area.
  234.  
  235.            . Removed extra registration slots to reduce code size
  236.              by about 20K.
  237.            
  238.            . Added code to allow retail shareware versions to be
  239.              registered.
  240.            
  241.            . Now use BIOS when displaying "Calculating disk space
  242.              required for decompression..." warning message to 
  243.              prevent SQZ from overwriting previous text.
  244.            
  245.            . Changed the method used to read the temporary file, which
  246.              increased the speed of the Accurate File Size Calculation 
  247.              by almost a factor of two!
  248.  
  249.  
  250. 03-14-93 ■ Version 3.01
  251.            
  252.            . Registration updates to ZIP'R.  ZIF Editor v1.1
  253.              included in this release.
  254.  
  255.  
  256. 03-09-93 ■ Version 3.0
  257.  
  258.            . Released to public as version 3.0.
  259.  
  260.  
  261. 03-09-93 ■ Version 2.6
  262.  
  263.            . Fixed problem with ZIP'R finding compression programs
  264.              located in the \ZIPR sub-directory if no path was
  265.              specified in the ZIPR.INI.
  266.  
  267.            . Added initial "NO" value to SortedExtraction variable.
  268.  
  269.  
  270. 03-08-93 ■ Version 2.5
  271.  
  272.            . Added .ZIF file example to ZIP'R help screens.
  273.            
  274.            . Removed unnecessary variable declarations from 
  275.              ZIPR??.OBJ.
  276.            
  277.            . Fixed problem where DOS would report a "Path not
  278.              found." error message if there was no path.
  279.            
  280.            . Fixed potential problem with closing files that
  281.              may not have been opened.
  282.            
  283.            . Fixed problem with shifting and unshifting non-
  284.              existent DOS variables.  (Compiler corruption
  285.              problem.)
  286.            
  287.            . Compressed executable files to minimize disk space
  288.              used by ZIP'R.  ZIP'R executables now consume about
  289.              140K, instead of 790K!  In addition, the program 
  290.              loads more quickly on my test system.  Your mileage
  291.              may vary.
  292.              
  293.            . Streamlined code in ZIPRN module to reduce program
  294.              size by about 1K.  (Moved percent variables to 
  295.              common section.)
  296.            
  297.            . Added support to read Program Concurrent Access 
  298.              information from .ZIF file.  This information is
  299.              no longer supported in the ZIPR.INI file.
  300.  
  301.  
  302. 03-05-93 ■ Version 2.4
  303.  
  304.            . Unreleased internal version, in preparation for
  305.              ZIP'R v3.0.
  306.            
  307.            . Streamlined code in EXEC module to reduce program
  308.              size by about 1K.
  309.  
  310.            . Streamlined code in INI and REGA modules to reduce
  311.              program size.  Code size reduced by about 2K.
  312.            
  313.            . Modified conventional memory calculation to 
  314.              calculate available memory after ZIP'R swaps to
  315.              EMS or disk.
  316.            
  317.            . Added support to ZIP'R to read alternate program
  318.              directory information from a .ZIF file.
  319.            
  320.            . Worked around a problem where "Compression in 
  321.              progress..." and "Decompression in progress..."
  322.              error messages were being overwritten by ARJ and 
  323.              SQZ.  (Problem related to Use Direct command.)
  324.  
  325.            . Added temporary registration numbers to ZIP'R code
  326.              to allow phone registrations.
  327.            
  328.            . Removed ZIP'R feature matrix variables from ZIP'R, 
  329.              since they are not presently being used.  
  330.            
  331.            . Added check for a non-existent .ZIF file.  Display
  332.              error message if file can not be found.
  333.            
  334.            . Added "ParameterCount" variable to indicate the 
  335.              number of command line parameters.  This variable
  336.              is modified directly when a .ZIF "Parameters" 
  337.              string is used.
  338.            
  339.            . Added support to read "Parameters" string generated
  340.              by the ZIF Editor.
  341.            
  342.            . Added command line processing to detect whether 
  343.              .ZIF file information should be used instead of
  344.              the command line parameters.
  345.  
  346.            . Modified ProcessCommandLine sub-routine to reduce 
  347.              dependence on DOS % variables.
  348.  
  349.            . Moved common routines from ZIPR??.OBJ and
  350.              ZIPRN??.OBJ to EXEC??.OBJ.
  351.            
  352.  
  353. 02-22-93 ■ Version 2.3
  354.  
  355.            . Removed extraneous variable declarations from ARJ,
  356.              LHA, SQZ, ZIP, ERROR, EXEC, and INI modules.
  357.            
  358.            . Added passed parameters P4 - P8 to help screens.
  359.            
  360.            . Added support to handle the display of extremely long 
  361.              ZIP'R command lines on the prelog screen.  Lines 
  362.              longer than 75 characters are truncated, and a 
  363.              warning message is displayed.  The actual command 
  364.              line is not affected by this truncation, only the 
  365.              display on the prelog screen.
  366.  
  367.            . Moved part of the code in the EXEC??.OBJ module to
  368.              the newly created INI??.OBJ module.
  369.            
  370.            . Added the capability to pass up to eight parameters
  371.              to a program being executed through ZIP'R.  Previous
  372.              versions were limited to four.
  373.            
  374.            . DESQview users must check the setting of:
  375.              Writes text directly to screen.......: [Y]
  376.              Since ZIP'R now uses direct screen writes to perform
  377.              some of its screen operations, this must be set to
  378.              "Y".
  379.                  
  380.            . Added code to work around a problem with using direct
  381.              screen writes in combination with box drawing routines.
  382.              Boxes would be drawn incorrectly if BIOS mode was not 
  383.              used for these routines.
  384.            
  385.            . Enabled direct video writes if a VGA adaptor is detected.
  386.              This increases the screen display speed under Windows and
  387.              DESQview.
  388.            
  389.            . Added check for /h, /H, or /? as the first parameter on
  390.              the command line, and if so, display the help screen.
  391.              Example:  ZIPRN /H
  392.  
  393.            . Changed help screen text color to Bright White to allow 
  394.              screen captures to work properly.
  395.            
  396.            . Added check to see if ARJ.EXE, LHA.EXE, SQZ.EXE, PKZIP.EXE,
  397.              or PKUNZIP.EXE are available when needed.  ZIP'R will now
  398.              issue an error message if the proper file can not be found
  399.              in the ZIP'R sub-directory or in the directory specified 
  400.              in the ZIPR.INI file (registered versions only).
  401.            
  402.            . Corrected NoZipType error message display when %3 is not
  403.              specified on the command line.
  404.  
  405.            . Added path options for compression programs.  Registered
  406.              users may now specify a path for each compression program
  407.              used by ZIP'R.  These paths are specified under the 
  408.              [OPTIONS] section of the ZIPR.INI file.  Each path must
  409.              be on a separate line, and must be followed by a backslash.
  410.              
  411.              Example:  ARJ=C:\COMPRESS\ARJ\
  412.                        LHA=C:\COMPRESS\LHA\
  413.                        SQZ=C:\COMPRESS\SQZ\
  414.                        ZIP=C:\COMPRESS\ZIP\
  415.  
  416. 02-14-93 ■ Version 2.2
  417.  
  418.            . Moved CompressionInProgress, DecompressionInProgress,
  419.              DontInterruptCompMessage, and DontInterruptDecompMessage
  420.              subroutines to ERROR??.OBJ file.
  421.            
  422.            . Modified command line display area on the prelog and
  423.              error message screens to only show "ZIPR" or "ZIPRN" 
  424.              instead of the fully qualified path.
  425.            
  426.            . Added SQZ to error messages and help screens.
  427.  
  428.            . Added check for invalid compression type.
  429.            
  430.            . Added command line display to all error message screens.
  431.  
  432.            . Corrected NoCommandProcessorOnPath error message, which
  433.              was referencing CONFIG.SYS instead of AUTOEXEC.BAT.
  434.            
  435. 02-07-93 ■ Version 2.1
  436.            
  437.            . Added SortedExtraction= option to ZIPR.INI file to allow      
  438.              files to be extracted in alphabetical order.  Registered
  439.              users may add the line SortedExtraction=YES to the 
  440.              [OPTIONS] section of the ZIPR.INI file.  This feature 
  441.              will have the effect of sorting all extracted files by 
  442.              name during the extraction process.  This feature works
  443.              with PKZIP/PKUNZIP v1.1, 2.04c, and 2.04e.  It does not
  444.              work with ARJ, LHA, or SQZ at this time.  If future 
  445.              versions of these archivers support this option, ZIP'R 
  446.              will be updated accordingly.
  447.  
  448.            . Improved AccurateFileSizeCalculation routine to 
  449.              compensate for wasted space due to cluster size 
  450.              (allocation units) when files are decompressed.  The
  451.              default cluster size used for these calculations is
  452.              4096 bytes.  Registered users may add the statement
  453.              ClusterSize= to the [OPTIONS] section of the ZIPR.INI
  454.              file.  The default value is ClusterSize=4096.  Valid 
  455.              cluster sizes are 512, 1024, 2048, 4096, and 8192.
  456.  
  457.            . Changed PKUNZIP command line to use the "brief" method
  458.              when calculating the disk space required for successful
  459.              decompression.  This increases the speed of this 
  460.              calculation slightly.
  461.            
  462.            . Changed "Calculating required disk space.  Please wait!"
  463.              error message to read, "Calculating disk space required
  464.              for decompression.  Please wait!"
  465.            
  466.            . Added the ability to execute programs that are
  467.              located one sub-directory below the compressed file.
  468.              To utilize this feature, specify the sub-directory 
  469.              (enclosed in backslashes) immediately prior to the
  470.              executable file name on the ZIP'R command line.  
  471.              Example:  ZIPRN C: \TEST TEST ZIP \SUBTEST\PCSHELL
  472.            
  473.            . Added the ability to detect VCPI memory if running
  474.              under MS-DOS 5 with EMM386.EXE loaded.
  475.  
  476.            . Moved prelog and epilog display routines to separate
  477.              PRE??.OBJ module.
  478.  
  479.  
  480. 01-31-93 ■ Version 2.0
  481.            
  482.            . Fixed a bug that would cause ZIP'R to hang if no EMS
  483.              memory manager was present.  (Now detects if QEMM, 
  484.              386MAX, or EMM386 is present before checking for EMS
  485.              memory.)
  486.            
  487.            . Fixed a bug that would cause ZIP'R to hang if no VCPI 
  488.              provider was present.  (Now detects if QEMM or 386MAX
  489.              is present before checking for VCPI memory.)
  490.            
  491.            . Added support for registered users to defeat the
  492.              accurate file size calculation if disk space is not
  493.              a problem.  The following line should be added 
  494.              under the [OPTIONS] section of the ZIPR.INI file:
  495.              AccurateFileSizeCalculation=NO
  496.              
  497.            . Added [OPTIONS] section to the ZIPR.INI file.           
  498.            
  499.            . Changed ARJ and LHA command lines to use the shorter
  500.              "List" command instead of "View".  (Speeds up the
  501.              file size calculation.)
  502.  
  503.            . Corrected a problem in the CalculateExactFileSize
  504.              subroutine, where a string variable was being used
  505.              in an "Open" command, causing a myriad of problems.
  506.  
  507.            . Changed logic for more accurate detection of .ARJ, .LZH,
  508.              .SQZ, and .ZIP file information.
  509.  
  510.            . Added code to calculate the exact amount of disk space
  511.              needed to decompress .ARJ, .LZH, and .SQZ files.
  512.            
  513.            . Moved CheckSpaceForDecompression subroutine to EXEC.OBJ.
  514.  
  515.            . Corrected HelpCode error in ZIPRN.EXE that would call
  516.              the wrong help screen.  (ZIPRHelp vs. ZIPRNHelp)
  517.            
  518.            . Added /x$QZ$$ZQ$.LST switch to SQZ command line to 
  519.              prevent error message when attempting to move that file.
  520.            
  521.            . Added CLS to clear the screen before displaying the 
  522.              warning message screens.
  523.            
  524.            . Added warning message to wait for disk space calculation.
  525.            
  526.            . Added code to calculate the exact amount of disk space
  527.              needed to decompress a .ZIP file.
  528.  
  529.            . Added code to generate psuedo-random filename for 
  530.              temporary token file.  (.TK3)
  531.  
  532.            . Added preliminary support for SQZ.  (Version 1.08.03
  533.              or higher required for "Move" operation.  Does not
  534.              support errorlevels, so use is risky at this time.)
  535.  
  536.  
  537. 01-28-93 ■ Version 1.9
  538.            
  539.            . Added 386MAX installed and version number information           
  540.              to prelog screen.
  541.              
  542.            . Added VCPI installed and version number information to 
  543.              prelog screen.
  544.  
  545.            . Enhanced prelog screen with additional information.
  546.              (QEMM installed and version, DPMI installed and version,
  547.              EMS version, and XMS version.)
  548.  
  549.            . Added check to see if XMS memory is installed prior to
  550.              evaluating the amount of memory installed.  (Compiler
  551.              documentation recommends this.)
  552.  
  553.            . Now swapping ZIP'R to EMS/Disk to provide additional room           
  554.              for compression programs.  (No known problems have been 
  555.              encountered, but this step was taken as a precaution.)
  556.  
  557.            . Now swapping ZIP'R to EMS/Disk to provide additional room
  558.              for decompression programs.  (Fixes problem where compressed
  559.              file could get deleted when running under DESQview with very 
  560.              small windows.  DOS would issue an out of memory error, but
  561.              no errorlevel would be set because the decompression program 
  562.              would not run.)
  563.  
  564.            . Added textured background to error message screens.
  565.  
  566.  
  567. 01-23-93 ■ Version 1.8
  568.  
  569.            . Changed format of ZIPRN.REV file.           
  570.  
  571.            . Updated ZIPR.DOC file with ZIPR.INI related information.
  572.  
  573.            . Convert PrelogDelay= and EpilogDelay= statements in ZIPR.INI
  574.              to upper case.  
  575.              
  576.            . Moved PrelogDelay and EpilogDelay to separate [DELAYS] section 
  577.              in ZIPR.INI.  [DELAYS] section contains PrelogDelay=?? and 
  578.              EpilogDelay=?? delays.
  579.  
  580.            . Shortened variable names in ERROR?? module.
  581.  
  582.            . Added "Delaying... ??" message to epilog screen.
  583.  
  584.            . Added registration information to epilog screen.
  585.  
  586.            . Added "Delaying... ??" message to prelog screen.
  587.  
  588.            . Shortened ProcessZIPRINI... variables.
  589.  
  590.            . Isolated problem with opening a non-existent .IN or .OUT
  591.              file.  (LPT1: Not printing.)
  592.  
  593.            . Added EpilogDelay and PrelogDelay options to ZIPR.INI file.
  594.              (Registered version only.)
  595.  
  596.            . Updated prelog to contain additional information about EMS,
  597.              Environment, XMS, DESQview, Windows, and a "Future" section.
  598.  
  599.            . Added compression and decompression in progress warning
  600.              messages.
  601.  
  602.            . Moved individual ARJ, LHA, and ZIP compression routines to
  603.              separate .OBJs.
  604.  
  605.            . Added encryption to COMP??.OBJ file.
  606.  
  607.            . Added [REGISTRATION] section, containing registration name  
  608.              and number, to ZIPR.INI file.
  609.  
  610.            . Eliminated unnecessary strings and declarations in various
  611.              modules.
  612.  
  613.            . Reduced code size by using new centering routines.
  614.  
  615.            . Shortened background display routines for all screens.
  616.  
  617.            . Tightened up .TK1 and .TK2 creation/detection routines.
  618.              (Network problem.)
  619.  
  620.            . Assigned initial PadCharacter value for .U?? and .C??
  621.              processing.
  622.  
  623.            . Convert ZIPR.INI [-------] statements to uppercase before
  624.              processing.
  625.  
  626.            . Now closing .IN, .OUT, and .INI files after reading.  
  627.              (Network problem.)
  628.  
  629.            . Added support for program concurrent access limits to be read
  630.              from ZIPR.INI.  [PROGRAM_CONCURRENT_ACCESS] section contains
  631.              program names and limits.
  632.  
  633.            . Added support to read ZIPR.INI file.
  634.  
  635.            . Added copyright notice to prelog screen and documentation.
  636.  
  637.            . Added ZIPREnvironment internal variable.
  638.  
  639.            . Combined COMP.OBJ and COMPN.OBJ routines into single
  640.              COMP??.OBJ file.
  641.  
  642.  
  643. 01-09-93 ■ Version 1.7
  644.  
  645.            . DESQview and Windows users may now need to allocate more
  646.              EMS memory to programs that are run through ZIP'R.  See
  647.              the DESQview Tips & Techniques section of ZIPR.DOC.
  648.  
  649.            . Increased non-registered delays to 10 seconds for prelog and
  650.              epilog.
  651.  
  652.            . Changed order of ZIP options to go from least to most
  653.              compression.
  654.  
  655.            . Located and worked around "tilde problem" in compiler.
  656.  
  657.            . Moved compression subroutines into a separate COMPN??.OBJ
  658.              file.
  659.  
  660.            . Added support for PKZIP 2.04c command line troubleshooting
  661.              parameters.  Extended PKZIP parameters can be used by
  662.              selecting codes from a chart shown in the ZIPR.DOC file.
  663.  
  664.            . Some advanced ZIP options have changed: ZIP0, ZIP2, and ZIP3
  665.              can ONLY be used for PKZIP 2.0.  Removed support for old PKZIP
  666.              1.1 -ei parameter. (ZIP2)   ZIP1 and ZIP4 are compatible with
  667.              both PKZIP 1.1 and 2.0.  See ZIPR.DOC for more information.
  668.  
  669.            . Added support for new PKZIP 2.04c command line compression
  670.              parameters.  Be cautious when upgrading, as this version of
  671.              PKZIP has some documented problems.  Read the trouble-shooting
  672.              section of the PKZIP documentation for more information.
  673.  
  674.            . Added trailing backslash to internal ZIPRPath variable.
  675.  
  676.            . Added registered version support for up to 100 users per
  677.              compressed file.
  678.  
  679.            . Added configurable maximum users allowable.  (Default = 2)
  680.  
  681.            . Updated help screen display and information.
  682.  
  683.            . Clear screen prior to compression and after decompression.
  684.  
  685.            . Display COMSPEC path to command processor on prelog screen.
  686.  
  687.            . Display error message if COMMAND.COM is not on the path.
  688.              (DR DOS Problem.)
  689.  
  690.            . Revamped error message display routines and screens.
  691.  
  692.            . Changed the order that ZIP'R looks for executables to match
  693.              DOS.  (.COM, .EXE, .BAT)
  694.  
  695.            . Display help screen after all error messages.
  696.  
  697.  
  698. 01-03-93 ■ Version 1.6
  699.  
  700.            . Added code to center registered and non-registered text.
  701.  
  702.            . Improved insufficient disk space logic when compressed file
  703.              doesn't exist.  
  704.              
  705.            . Adjusted insufficient disk space check up to 2.5. 
  706.              (60% compression)
  707.  
  708.            . Added check for insufficient disk space before decompression
  709.              begins.
  710.  
  711.            . Added check for a non-existent program name.
  712.  
  713.            . Moved common code from ZIPR.OBJ and ZIPRN.OBJ to EXEC.OBJ.
  714.  
  715.            . Disabled Prelog screen if PrelogDelayTime is 0.
  716.  
  717.            . Disabled Epilog screen if EpilogDelayTime is 0.
  718.  
  719.            . Corrected minor centering problem on prelog screen.
  720.  
  721.            . Added separate delay times for Prelog and Epilog Screens.
  722.  
  723.            . Added Environment Space Available and EMS Memory Available
  724.              display.
  725.  
  726.            . Encrypted text messages in ERROR.OBJ.
  727.  
  728.  
  729. 12-26-92 ■ Version 1.5
  730.  
  731.            . First non-beta release!  All known bugs have been squashed.
  732.  
  733.            . Corrected minor centering problem when displaying command
  734.              line.
  735.  
  736.            . ZIP'R now checks to see if the proper decompression program is
  737.              available.
  738.  
  739.            . Added safety check to log to proper directory after program
  740.              execution.
  741.  
  742.            . Added safety check to log to proper directory prior to program
  743.              execution.
  744.  
  745.            . Added code to perform operations prior/subsequent to program
  746.              execution.  ZipFile.IN commands are passed to COMMAND.COM
  747.              prior to program.  ZipFile.OUT commands are passed to
  748.              COMMAND.COM subsequent to program.
  749.  
  750.            . Added check to prevent compressing the \ZIPR sub-directory.
  751.  
  752.            . Removed unnecessary variable declarations.
  753.  
  754.            . Added TokenName variable to reduce code size and complexity.
  755.  
  756.            . Removed internal dependence on %1 and %2 variables.
  757.  
  758.            . Moved CheckCommandLineLength subroutine to ERROR??.OBJ.
  759.  
  760.            . Split main program and message screens into separate modules.
  761.              (<64K .OBJ)
  762.  
  763.            . Removed internal dependence on %3 and %5 variables.
  764.  
  765.            . Solved cursor problems using a combination of methods.
  766.              Re-enabled cursor after prelog, epilog, help, and error
  767.              screens.  Eliminated cursor prior to prelog, epilog, help, and
  768.              error screens.  Positioned cursor at the bottom of the screen
  769.              during ZIP'R messages.
  770.  
  771.            . Re-enabled cursor during prelog, epilog, help, and error
  772.              screens.  Stowaway would not display the cursor when run
  773.              through ZIP'R.  Rolodex Live! would not display the cursor
  774.              when run through ZIP'R.
  775.  
  776.            . Corrected ZIPRTAME.BAT statement.  (Extra spaces in "SET
  777.              ZIPR=C:\ZIPR")
  778.  
  779.  
  780. 12-16-92 ■ Version 1.4ß
  781.  
  782.            . If you are updating ZIP'R from a version older than
  783.              1.2ß, rename the file ZIPR.COM to ZIPR.OLD, and the file
  784.              ZIPRN.COM to ZIPRN.OLD.  Copy the new files into the
  785.              \ZIPR sub-directory.  You may have to update menu
  786.              programs, Windows, and DESQview to reflect the new .EXE
  787.              extensions for ZIPR.EXE and ZIPRN.EXE.
  788.  
  789.            . Added subroutine to center command line display.
  790.  
  791.            . Added command line display to prelog screen.
  792.  
  793.            . Added ZIPRTAME.BAT file to allow TAME to be loaded before
  794.              ZIP'R.  See the ZIPR.DOC file for additional information.
  795.  
  796.            . Removed trailing spaces at the end of some statements.
  797.  
  798.            . Replaced %ZIPR% environment variable with internal ZIPRPath
  799.              variable.
  800.  
  801.            . Eliminated cursor during prelog, epilog, help and error
  802.              screens.
  803.  
  804.            . Added User# variable to reduce dependency on DOS environment.
  805.  
  806.            . Added DelayTime variable to adjust the registered/non-
  807.              registered delays.
  808.  
  809.            . Added ZIPRVersion variable to easily update version numbers.
  810.  
  811.            . Added encryption to variables and command lines.
  812.  
  813.            . Fixed problems with various ZIP'R messages not clearing the
  814.              screen.
  815.  
  816.            . Converted many existing lines of code into various
  817.              subroutines.
  818.  
  819.            . Updated and enhanced prelog, epilog, help, and error message
  820.              screens.
  821.  
  822.            . Removed automatic TAME loading to allow proper swapping under
  823.              DV/WIN3.  If TAME-RES is loaded, DOS can't reclaim the memory
  824.              after ZIP'R swaps.  This change increases available memory
  825.              under DV/WIN3 by about 45K.
  826.  
  827.            . Fixed missing quotes in ErrorCode variables.
  828.  
  829.            . Fixed problem with compression/decompression token file
  830.              detection.  Token files were only being looked at if a valid
  831.              compressed file existed.
  832.  
  833.            . Incorporated all help/error/prelog/epilog screens into ZIP'R.
  834.              Created subroutines for Prelog, Epilog, Help, and Error
  835.              Messages.  ERRORN.COM file is no longer needed.  ZIP'R version
  836.              1.4ß no longer requires the ERRORN.COM file.  Rename this
  837.              file ERRORN.OLD.
  838.  
  839.            . Corrected help screen (ZIPR.EXE vs ZIPR.COM).
  840.  
  841.  
  842. 12-11-92 ■ Version 1.3ß
  843.  
  844.            . Added missing "IF EXIST" statements to DecompressZipFile
  845.              subroutine.
  846.  
  847.            . Changed "Done" section to use BLDChDrive and BLDChDir instead
  848.              of "Run".
  849.  
  850.            . Optimized "Quit" section using "Contains" to reduce code size.
  851.  
  852.            . Replaced "Run ERASE ..." statements with "BLDDel" to increase
  853.              speed.
  854.  
  855.            . Now using "RunString" on decompression commands to return
  856.              ERRORLEVEL.
  857.  
  858.            . Added ZipName, ZipType, ProgramName, PP1, PP2, PP3, and PP4
  859.              variables.
  860.  
  861.            . Removed extraneous ^^ symbols from strings.
  862.  
  863.            . Added DecompressZipFile subroutine.
  864.  
  865.            . Added CompressUsingARJ subroutine.
  866.  
  867.            . Added CompressUsingLHA subroutine.
  868.  
  869.            . Added CompressUsingZIP subroutine.
  870.  
  871.            . Fixed problem handling lowercase %4 input using ZipType
  872.              variable.
  873.  
  874.            . Token files were 20 bytes long.  Corrected by using "System"
  875.              command.
  876.  
  877.  
  878. 12-05-92 ■ Version 1.2ß
  879.  
  880.            . Now loading secondary command processor to improve
  881.              reliability.
  882.  
  883.            . Changed delay timer to new format (WAIT).
  884.  
  885.            . Use internal CHDIR and CHDRIVE commands to increase speed.
  886.  
  887.            . Swap ZIP'R to EMS/Disk to reduce overhead when running
  888.              .COM/.EXE.  After swapping, only about 2.5K of ZIP'R remains.
  889.  
  890.            . Now counting command line parameters and sending only those
  891.              needed.
  892.  
  893.            . Added CheckForAvailableUsers Subroutine.
  894.  
  895.            . Added LogToDriveAndDirectory Subroutine.
  896.  
  897.            . Added CheckIfTameNeeded Subroutine.
  898.  
  899.            . Command line parameters now converted to UPPERCASE.
  900.  
  901.            . New ZIP'R files are .EXEs.  ZIPR.COM and ZIPRN.COM should be
  902.              deleted.
  903.  
  904.            . Changed to totally new compiler.  (Many nagging bugs fixed!)
  905.  
  906.  
  907. 11-28-92 ■ Version 1.1ß
  908.  
  909.            . Removed %5 vs %5 %6 %7 %8 %9 statements.  (New compiler fixes
  910.              this.)
  911.  
  912.            . Recompiled with new compiler.  (Fixes passed parameter
  913.              problems.)
  914.  
  915.  
  916. 11-15-92 ■ Version 1.0ß
  917.  
  918.            . Added ERRORN.COM file for ZIPRN specific error/help messages.
  919.  
  920.            . Removed delays after HELP, PATHERR, and ROOTERR messages.
  921.  
  922.            . Positioned cursor at bottom of screen after error/help
  923.              messages.
  924.  
  925.            . Enhanced error screens with color.
  926.  
  927.            . Added automatic TAME-RES.COM support under DESQview or
  928.              Windows.
  929.  
  930.            . Moved help screens and error messages to external file.
  931.  
  932.            . Updated ZIP'R help screen to show version number.
  933.  
  934.            . Added ZIPR environment variable to allow a different path to
  935.              be set.
  936.  
  937.  
  938. 11-06-92 ■ Version 0.9ß
  939.  
  940.            . Corrected problem with .TK1 files not getting deleted after
  941.              decompression.  Corrected ZIPRN help screens and examples.
  942.  
  943.            . Corrected mistake in PATHERR error message.
  944.  
  945.            . Recompiled with new compiler.  (Novell network drives now
  946.              supported.)
  947.  
  948.            . Recompiled with new compiler.  (ZIPRN.COM size is now
  949.              smaller.)
  950.  
  951.            . Shortened ARJ, LHA, and ZIP decompression routines.
  952.  
  953.            . Improved .TK1 and .TK2 file checking.
  954.  
  955.            . Increased the number of simultaneous compressed file accesses
  956.              to 5.
  957.  
  958.            . Added environment variable unsets.
  959.  
  960.            . Added ZU internal environment variable containing user number.
  961.  
  962.            . Added .US? files to allow simultaneous compressed file access.
  963.  
  964.            . Added .TK? files to prevent simultaneous file
  965.              compression/decompression.
  966.